/* gallery styles */
.gallery .card-img {
  border-radius: 0;
}

.gallery .card-img-overlay {
  color: var(--black);
  padding: 0;
}

.gallery .event_name {
  display: inline-block;
  align-items: center;
  background-color: #2e7c3c;
  padding: 8px 20px;
  transition: all 0.5s ease;
  text-transform: uppercase;
  color: white;
}

.gallery .card-title {
  margin-bottom: 0;
}

.gallery .card-img-overlay2 {
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
}

.gallery .card:hover .card-img-overlay2 {
  right: 0;
}


.gallery .card-title {
  margin-bottom: 0;
  font-size: 16px;
  /* font-weight: bold; */
}

.gallery .row {
  row-gap: 30px;
}

.gallery .view_more {
  transform: translateX(90px);
}

.gallery .view_more {
  display: inline-block;
  align-items: center;
  background-color: #ffd800;
  padding: 5px 10px;
  transform: translateX(103px);
  transition: all 0.5s ease;
  text-transform: uppercase;
  color: black;
}

.gallery .card:hover .view_more {
  transform: translateX(0);
}

.gallery .fa-images:before {
  content: "\f302";
}

.gallery .card img {
  height: 250px;
}

.gallery .card {
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

.gallery .gall-sec {
  overflow: hidden;
}

.inner-gallery-page .title h2,
.gallery .title h2 {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid black;
  color: red;
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center;
  text-transform: uppercase;
}


.gallery {
  padding: 100px 0;
}

.inner-gallery-page .bathukamma-img:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inner-gallery-page .bathukamma-img:hover img {
  transform: scale(1.1);

}

.inner-gallery-page .bathukamma-img img {
  transition: all .5s ease-in-out;
  position: relative;
}

.inner-gallery-page .bathukamma-img {
  overflow: hidden;
}

.gallery .image-st img:hover {
  transform: scale(1.1);
}

.gallery .image-st img {
  transition: all .5s ease-in-out;
}

.gallery .card:hover img {

  transform: scale(1.1);

}

.digital-facilities {
  padding-top: 50px;
}

.facilities-img img {
  width: 500px;
  z-index: 1;
  position: relative;
}

.facilities-img {
  text-align: center;
}

.digital-facilities h3 {
  font-weight: bold;
  color: red;
  font-size: 24px;
}

.digital-facilities .title-top hr {
  opacity: 1;
  width: 50%;
}

.digital-facilities p {
  text-align: justify;
}

.digital-facilities .tilte-top {
  display: none;
}

.digital-facilities .row hr {
  opacity: 1;
}

.digital-facilities .facilities-img {
  position: relative;
}

.digital-facilities .right-fa-img .facilities-img::after {
  position: absolute;
  content: '';
  height: 90%;
  width: 91%;
  top: -10px;
  bottom: 0;
  right: -10px;
  background-color: #ffd800;
  z-index: 0;
}

.digital-facilities .left-fa-img .facilities-img::after {
  position: absolute;
  content: '';
  height: 90%;
  width: 85%;
  top: -10px;
  bottom: 0;
  right: 85px;
  background-color: black;
  z-index: 0;
}

.digital-facilities .row-two p {
  color: white;

}

.digital-facilities .row-two h3 {

  color: white;
}

.digital-facilities .row-two hr {
  color: red;

}

.digital-facilities .fa-section1 {
  background-color: white;
  padding: 52px 0;
}

.digital-facilities .fa-section2 {
  background-color: #ffd800;
  padding: 53px 0;
}

.digital-facilities .explore {
  margin-top: 50px;
}

.digital-facilities .explore a {
  color: white;
  background-color: #ffd800;
  padding: 8px 30px;
  border: 2px solid red;
  transition: all .5s ease-in-out;
}

.digital-facilities .explore a:hover {
  color: red;
  border: 2px solid red;
  background-color: var(--white);
}

.digital-facilities .fa-section2 .explore a {
  color: black;
  background-color: #ffd800;
  border: 2px solid red;
  transition: all .5s ease-in-out;
}

.digital-facilities .fa-section2 .explore a:hover {
  color: red;
  border: 2px solid red;
  background-color: transparent;
}

.digital-facilities .img-flex {
  display: flex;
  align-items: end;

}

.digital-facilities .right-fa-img .img-flex .icon-image img {
  width: 50px;
  height: fit-content;
  z-index: 3;
  position: relative;
  top: -13px;
  left: -12px;
  filter: invert(1);
  opacity: .8;
}

.digital-facilities .right-fa-img .img-flex .icon-image {
  position: relative;
}

.digital-facilities .right-fa-img .img-flex .icon-image::before {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  /* top: -10px; */
  bottom: 0;
  left: -30px;
  background-color: #ffd800;
  z-index: 0;
}

.digital-facilities .left-fa-img .img-flex .icon-image {
  position: relative;
}

.digital-facilities .left-fa-img .img-flex .icon-image::before {
  position: absolute;
  content: '';
  height: 80px;
  width: 80px;
  /* top: -10px; */
  bottom: 0;
  right: -30px;
  background-color: #ffd800;
  z-index: 0;
}


.digital-facilities .left-fa-img .img-flex .icon-image img {
  width: 50px;
  height: fit-content;
  z-index: 3;
  position: relative;
  top: -13px;
  left: 12px;
}

.digital-facilities .inner-main-title hr {
  margin-bottom: 0;
}

.digital-facilities .inner-main-title h3 {
  color: black;
}

/* .digital-facilities .facilities-img img{
   transition: all .5s ease-in-out;
  }
  .digital-facilities .facilities-img img:hover{
    transform: scale(1.1);
  } */
.activities .activities-one {
  position: relative;
}

.activities .activities-one .card {
  width: 700px;
  padding: 50px 35px;
  position: absolute;
  right: 41px;
  bottom: -130px;
  border: none;
  border-radius: 0;
  /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
  background-color: #ece9e9;
}

.activities .activities-one .activity-img img {
  width: 750px;
}

.activities {
  padding-top: 90px;
  height: 500px;
  background-image: linear-gradient(to left, white 50%, white 50%);

}

.cultural-activities {
  padding-top: 37px;
  height: calc(100vh - 158px);
}

.activities .activities-one .card h2 {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
  /* font-style: oblique; */
  text-transform: uppercase;
}

.activities .activities-one .card p:nth-child(2) {
  margin-bottom: 15px;
}

.activities .activities-one .card p {
  text-align: justify;
}

.acd-title {

  margin-top: 15px;
}


/* .cultural-activities .inner-main-title{
  margin-top: 30px;
  } */

.cultural-activities .inner-main-title h3 {

  font-weight: bold;
  /* font-size: 24px; */
  color: red;
  margin-bottom: 20px;
}

.activities .activities-one .card::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  background-color: #ffd800;

}

.cultural-activities2 .activities {

  padding-top: 90px;
  height: 500px;
  background-image: linear-gradient(to right, var(--white) 45%, var(--circle-color) 45%);
}

.cultural-activities2 .activities .activity-img {
  text-align: end;
}

.cultural-activities2 .activities .activities-one .card {
  left: 10px;
}

.cultural-activities2 {
  height: calc(100vh - 51px);
  padding-top: 0;
}

.cultural-activities2 .activities .activities-one .activity-img img {
  margin-right: 100px;
}

.cultural-activities2 .activities2 {
  background-image: linear-gradient(to right, white 45.15%, red 45%);
}

.cultural-activities.cultural-activities3 .activities3 {
  background-image: linear-gradient(to left, white 47.25%, #1e4585 47%);
}

.sports-sub h4 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  color: red;
  text-transform: uppercase;
}

.sports-sub p {
  margin-bottom: 20px;
  font-size: 15px;
}

.cultural-activities2 .activities2 .activities-one .card {
  left: 0;
  bottom: -268px;
}

.cultural-activities2 .activities2 {
  padding-top: 150px;
}

.cultural-activities.cultural-activities3 {

  padding-top: 0;
  height: calc(100vh - 51px);
}

/* .cultural-activities.cultural-activities3 .activities .activities-one .card {
    width: 695px;
  } */
.cultural-activities.cultural-activities3 .activities {
  padding-top: 150px;
}

.cultural-activities3 .activities .activities-one .card {
  bottom: -268px;
}

.sports-sub {
  padding: 50px 0;
}

.activities p {
  font-size: 15px;
  text-align: justify;
}

.cultural-activities3 .activities .activities-one .activity-img img {
  margin-left: 70px;
}




.citvity-img {
  position: absolute;
  top: 127px;
  right: 50px;
}

.citvity-img a {
  background-color: #ffd800;
  color: white;
  padding: 8px 25px;
  transition: all .5s ease-in-out;
  border: 2px solid transparent;
  border-radius: 0;
}

.citvity-img a:hover {
  background-color: white;
  color: red;
  border: 2px solid red;
}

.cultural-activities2 .activities2 .citvity-img {
  position: absolute;
  right: 100px;
  bottom: -80px;
  top: unset;
}



/* ------------------------Gallery_page_Responsive------------------------ */










































.cultural-activities #carouselExampleIndicators8,
.cultural-activities #carouselExampleIndicators5 {
  width: 750px;
  margin-left: 60px;
}

/* .cultural-activities #carouselExampleIndicators8{
    width: 820px;
  } */
.cultural-activities3 #carouselExampleIndicators8 img,
.cultural-activities3 #carouselExampleIndicators5 img {
  margin-left: 0px;
}

.cultural-activities #carouselExampleIndicators6 {
  width: 750px;
}

.cultural-activities #carouselExampleIndicators18,
.cultural-activities #carouselExampleIndicators9,
.cultural-activities #carouselExampleIndicators7 {
  margin-left: 445px;
  width: 750px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #ffd800;
  width: 30px;
  height: 30px;
  background-size: 70%;
  background-position: center;
}

.cultural-activities .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #ffd800;
  border-radius: 50%;
}

#cultural .citvity-img,
.cultural-activities3 .citvity-img {
  bottom: -80px;
  left: 70px;
  top: unset;
}

.cultural-activities2.swimming .activities2 {

  background-image: linear-gradient(to right, var(--white) 45.15%, var(--circle-color) 45%);

}

#cultural .citvity-img,
.cultural-activities3 .citvity-img {
  bottom: -80px;
  left: 0px;
  top: unset;
}

.cultural-activities.cultural-activities3 .citvity-img.left-btn {
  left: 60px;
}

#cultural .carousel-control-next {
  right: -85px;
  bottom: 85px;
  opacity: 1;
}

#cultural .carousel-control-prev {
  right: -85px;
  bottom: 160px;
  left: unset;
  opacity: 1;
}

#curricular .carousel-control-next {
  left: -85px;
  bottom: -145px;
  opacity: 1;
}

#curricular .carousel-control-prev {
  left: -85px;
  bottom: -70px;
  right: unset;
  opacity: 1;
}

#horseriding .carousel-control-prev {
  right: -85px;
  bottom: -70px;
  left: unset;
  opacity: 1;
}

#horseriding .carousel-control-next {
  right: -85px;
  bottom: -145px;
  opacity: 1;
}

.cultural-activities .carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  opacity: 1;
}

#swimming .carousel-control-prev {
  left: -85px;
  bottom: -70px;
  right: unset;
  opacity: 1;
}

#swimming .carousel-control-next {
  left: -85px;
  bottom: -145px;
  opacity: 1;
}

#sports .carousel-control-next {
  right: -85px;
  bottom: -145px;
  opacity: 1;
}

#sports .carousel-control-prev {
  right: -85px;
  bottom: -70px;
  left: unset;
  opacity: 1;
}

.digital-facilities .right-fa-img #carouselExampleIndicators10 {
  width: 500px;
}

.digital-facilities .right-fa-img .img-flex {
  display: flex;
  align-items: end;
  justify-content: end;
}

.facilities-iiner-img img {
  position: relative;
}

.digital-facilities .right-fa-img .facilities-iiner-img img::after {
  position: absolute;
  content: '';
  height: 90%;
  width: 91%;
  top: -10px;
  bottom: 0;
  right: -10px;
  background-color: #ffd800;
  z-index: 0;
}

.digital-facilities .left-fa-img .facilities-img::after {
  position: absolute;
  content: '';
  height: 90%;
  width: 90%;
  top: -10px;
  bottom: 0;
  right: 62px;
  background-color: var(--circle-color);
  z-index: 0;
}









/* ----- date: 02-03-2023 ----- */
.cultural-activities .right-icon,
.cultural-activities .left-icon {
  background-color: #ffd800;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cultural .carousel-control-next {
  top: 230px;
  bottom: unset;
  height: 6%;
}

#cultural .carousel-control-prev {
  height: 6%;
  bottom: unset;
  top: 190px;
}

#curricular .carousel-control-prev {
  bottom: unset;
  height: 6%;
  top: 195px;
}

#curricular .carousel-control-next {
  bottom: unset;
  height: 6%;
  top: 235px;
}

#swimming .carousel-control-prev {
  bottom: unset;
  height: 6%;
  top: 200px;
}

#swimming .carousel-control-next {
  bottom: unset;
  height: 6%;
  top: 240px;
}

#sports .carousel-control-prev {
  bottom: unset;
  height: 6%;
  top: 200px;
}

#sports .carousel-control-next {
  bottom: unset;
  height: 6%;
  top: 240px;
}

#horseriding .carousel-control-next {
  bottom: unset;
  height: 6%;
  top: 240px;
}

#horseriding .carousel-control-prev {
  bottom: unset;
  height: 6%;
  top: 202px;
}

.cultural-activities {
  padding-top: 37px;
  height: calc(100vh - 120px);
}

.activities .activities-one .card {
  bottom: -168px;
}

#curricular.cultural-activities {
  padding-top: 0;
}

.cultural-activities2 .activities2 .activities-one .card {
  bottom: -199px;
}

.cultural-activities3 .activities .activities-one .card {
  bottom: -200px;
}

.cultural-activities.cultural-activities3 {
  height: calc(100vh - 120px);
}

#swimming.cultural-activities {
  padding-top: 0;
  height: calc(100vh - 120px);
}

/* .inner-gallery-page, .gallery {
    height: calc(100vh - 120px);
  }
   */
.gallery .card img {
  height: auto;
}

.inner-gallery-page .bathukamma-img img {
  width: 310px;
}



/* -----03/03/2023----- */

.activities .activities-one .card {
  bottom: -168px;
}

.activities .activities-one .card {
  background-color: #f9f9f9;
}

#carouselExampleIndicators17,
#carouselExampleIndicators16,
#carouselExampleIndicators15,
#carouselExampleIndicators14,
#carouselExampleIndicators13,
#carouselExampleIndicators12,
#carouselExampleIndicators11 {
  width: 500px;
}

#carouselExampleIndicators17 .carousel-item,
#carouselExampleIndicators16 .carousel-item,
#carouselExampleIndicators15 .carousel-item,
#carouselExampleIndicators14 .carousel-item,
#carouselExampleIndicators13 .carousel-item,
#carouselExampleIndicators12 .carousel-item,
#carouselExampleIndicators12 .carousel-item,
#carouselExampleIndicators11 .carousel-item {
  z-index: 1;
}


.digital-facilities .fa-section2 {
  padding: 63px 0;
}

#itl.fa-section1 {
  padding: 68px 0;
}

#ml.fa-section2 {
  padding: 67px 0;
}

#atl.fa-section2 {
  padding: 83px 0;
}

#itl.fa-section1 {
  padding: 69px 0;
}

#lel.fa-section1 {
  padding: 67px 0;
}

.digital-facilities .fa-section1 {
  padding: 60px 0;
}



/* -- 04/03/2023 --*/
#carouselExampleIndicators19 .carousel-indicators [data-bs-target],
#carouselExampleIndicators12 .carousel-indicators [data-bs-target],
#carouselExampleIndicators13 .carousel-indicators [data-bs-target],
#carouselExampleIndicators14 .carousel-indicators [data-bs-target],
#carouselExampleIndicators15 .carousel-indicators [data-bs-target],
#carouselExampleIndicators16 .carousel-indicators [data-bs-target],
#carouselExampleIndicators17 .carousel-indicators [data-bs-target],
#carouselExampleIndicators11 .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--footer-color);
  border: 2px solid var(--white);
}

#carouselExampleIndicators19 .carousel-indicators .active,
#carouselExampleIndicators12 .carousel-indicators .active,
#carouselExampleIndicators13 .carousel-indicators .active,
#carouselExampleIndicators14 .carousel-indicators .active,
#carouselExampleIndicators14 .carousel-indicators .active,
#carouselExampleIndicators15 .carousel-indicators .active,
#carouselExampleIndicators16 .carousel-indicators .active,
#carouselExampleIndicators17 .carousel-indicators .active,
#carouselExampleIndicators11 .carousel-indicators .active {
  background-color: #ffd800;
}

#coaching.cultural-activities {
  padding-top: 0;
  margin-bottom: 50px;
}

#coaching.cultural-activities .carousel-control-next {
  right: 727px;
  top: 120px;
  height: 6%;
}

#coaching.cultural-activities .carousel-control-next {
  opacity: 1;
}

#coaching.cultural-activities .carousel-control-prev {
  left: -90px;
  top: 80px;
  opacity: 1;
  height: 6%;
}

#coaching .activities .activities-one .card {
  width: 600px;
  padding: 30px;
}

.slider_inn_awards1 .row {
  align-items: baseline;
}

.gallery.news-gallery,
.video-gallery.gallery {
  height: auto;
}

.director-sty.abt_v_m_img img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
  box-shadow: 20px 8px 0px -8px var(--circle-color);
}

.abt_v_m_img::after {
  display: none;
}



/* 15/03/2023 */


.gallery.news-gallery .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.gallery.news-gallery .card-image {
  position: relative;
  display: block;
  width: 100%;
  /* padding-top: 70%; */
  background: #ffffff;
}

.gallery.news-gallery .card-image img {
  display: block;
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery.news-gallery .col-lg-3 img {
  transition: all 0.5s ease;

}

.inner-gallery-page .card {
  border-color: transparent;
}

.inner-gallery-page .row {
  row-gap: 20px;
}

.inner-gallery-page.indoor,
.inner-gallery-page.classroom {
  height: auto;
}


/* -------------------responsive--Gallery-page------------ */
@media screen and (max-width:991px) {
  .gallery {
    padding: 50px 0;
  }
}


@media screen and (max-width:425px) {
  .gallery .title h2 {
    font-size: 30px;

  }
  .gallery {
    padding: 30px 0;
}
}
@media screen and (max-width: 320px){
  .gallery .title h2 {
    font-size: 25px;
}
}

